home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / exarch.swf / scripts / DefineButton2_396 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-03  |  121 b   |  6 lines

  1. on(release){
  2.    this.mov.mc_mov.stop();
  3.    this.mov.mc_play.gotoAndStop(1);
  4.    openfolder("/down/exarch/movie/");
  5. }
  6.